home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / list73d.arc / WHATSNEW < prev   
Text File  |  1990-02-04  |  4KB  |  120 lines

  1. LIST Version 7.3        WHAT'S NEW                              1/31/90
  2.  
  3. |     - The new LIST environment variable tells LIST where to place temporary
  4. |    file for the ViewArc and archive extraction functions, e.g.
  5. |
  6. |        SET LIST=C:\TEMP
  7.  
  8. |     - The new ctrl-Y command saves the current position as the bookmark,
  9. |    alt-Y repositions to the last bookmark.
  10.  
  11. |     - The new /K command line switch disables the mouse.  Both the /M and /K
  12. |    mouse options are clonable.
  13.  
  14. |     - The new Ctl-right and 1 commands restart displaying with the first file
  15.  
  16. |     - A second Help screen is now available in the Plus version which shows
  17. |    all of the Ctrl- and cursor key functions
  18.  
  19.     A great improvement in speed is available when all filter options are
  20.     set off.  Use alt-Z to display the toggles on the bottom line.    An
  21.     option is off when its corresponding letter, e.g.  'J' for alt-J junk
  22.     filter or 'T' for the alt-T tab expansion filter, is in lower case.
  23.  
  24.     The X command exits to DOS and clears the screen.  In the Plus version,
  25.     you are now returned to the original directory.
  26.  
  27.     The ctrl-I command has been added to the Plus version.    It allows
  28.     setting the TAB interval to values other than the standard 8.  Ctrl-I
  29.     prompts you to enter the new interval, which can be from 1 to 99.
  30.  
  31.     The /Ftext command line parameter to begin a text search through all
  32.     selected files now invokes the Find function which is not case
  33.     sensitive.
  34.  
  35.     In the File Selection (alt-V) menu:
  36.      - the ESCape and Quit commands no longer exit, they return to
  37.        the display of the last file you viewed.
  38.      - the 1-up display now includes file attributes.
  39.  
  40.     New file selection commands have been added:
  41.      -  Alt-C to clone settings
  42.      -  Alt-X to exit to DOS and show the original screen
  43.      -  Q now returns to viewing the last file
  44.      -  X exits to DOS in the original directory
  45.      -  F10 exits to DOS
  46.  
  47.       - Command line switches are now supported in all versions.
  48.  
  49.       - The Viewarc function now assumes that .EXE and .COM files are LHARC
  50.     files.    Otherwise, if a file does not have the .ARC, .LZH, or .ZIP
  51.     extension, the file is assumed to be a .ARC file.
  52.  
  53.       - The Help (F1) screen now only occupies the current window.
  54.  
  55.       - The F2/F4 keys for setting the color of the found line now operate on
  56.     the Find line, i.e.  the line where found text is displayed.  The
  57.     entire found line is now highlighted, and the found text is shown in
  58.     reversed video.
  59.  
  60.  
  61. LIST Version 7.3        DEBUG OFFSETS                1/31/90
  62.  
  63.  
  64.     The distribution files have changed. They are now:
  65.  
  66.     LIST.COM  - LIST Plus version with all of the commands
  67.     LISTR.COM - regular version
  68.     LISTS.COM - small version
  69.  
  70.  
  71.     The default filter options are now:
  72.       alt-T   - expand TABs is ON
  73.       alt-J   - filter out control characters is ON
  74.  
  75.  
  76.     Item           Offset  Value    Description of contents
  77.     -------------- ------  -----    -----------------------
  78.     Special     0132    70    Top/bottom line colors
  79.     Normal        0134    07    Text colors
  80.     Bright        0136    09    Find/Scan line colors
  81.     Window 1 color    0138    07    Normal window text color
  82.     Window 2 color    0139    0F    Second window text color
  83.     Flag3        013A    09    Retrace off and junk filter on
  84.     Flag4        013B    08    Tabs on
  85.     Find row    013C    0800    Position of found line on screen, 8
  86.     Scroll incr    013E    0A00    Left/right scroll increment, 10
  87.     Scroll start    0140    0000    Starting scroll offset, 0
  88.     Tab value    0142    0800    Tab interval, 8
  89.     Tab mask    0144    F8FF    Tab bit mask
  90.     Loudness    0146    C800    Beep tone level
  91.     Key rate    0148    FF    Continuous scroll increment, 255
  92.     Overlap     0149    0000    PgUp/PgDn scroll overlap, 0
  93.     Wildcard esc    014B    26    Scan/Find wildcard ? escape character
  94.     Alt-V up    014C    0500    Alt-V display files per line, 5
  95.  
  96.     LIST Plus only
  97.     --------------
  98.     Eye-catcher    014E    'COM:'
  99.     COM port    0152    F803    Default for COM1, use F802 for COM2
  100.     Sort offset    0154    00    Default sort key offset
  101.                      00 by filename
  102.                      08 by extension
  103.                      0C by datestamp
  104.                      10 by file size
  105. |    Modem init    0157    'AT'    30-byte modem initialization string
  106.  
  107.     The following offsets change from version to version. Look for the
  108.     eye-catchers to be sure of the offset:
  109.  
  110.     Key table    038F    'WHAT'  Eye catcher
  111.             0393    0026    Key command table
  112.     Routines    0498    'WHERE' Eye catcher
  113.             049D    xxxx    Command routines
  114.  
  115.     Examples of using DEBUG can be found in the DIALER.PAT and
  116.     COLORS.PAT files. To use them, copy LIST.COM to the current
  117.     directory and issue the DEBUG command. For example:
  118.  
  119.         DEBUG <DIALER.PAT
  120.